home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5341 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: HELP!! Urgent Borland 4.5 problem
  5. Date: 11 Feb 1996 18:17:26 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4flbrm$rns@redstone.interpath.net>
  8. References: <311759F5.41C67EA6@ap.co.umist.ac.uk>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. =-dan-=dan@ap.co.umist.ac.uk wrote:
  13. : I've got a majour problem
  14.  
  15. So, why did you post an INVALID E-MAIL ADDRESS!?!?! No one can
  16. answer your question! If you reply, it bounces!
  17.  
  18.    ----- Transcript of session follows -----
  19. ... while talking to lux.ap.co.umist.ac.uk.:
  20. >>> RCPT To:<=-dan-=dan@ap.co.umist.ac.uk>
  21. <<< 550 <=-dan-=dan@ap.co.umist.ac.uk>... User unknown
  22. 550 =-dan-=dan@ap.co.umist.ac.uk... User unknown
  23.  
  24.    ----- Original message follows -----
  25.  
  26. In article <311759F5.41C67EA6@ap.co.umist.ac.uk> you wrote:
  27.  
  28. : How do you (in v4.5) have one source code which
  29. : uses functions you wrote yourself but must be 
  30. : stored in a different file.
  31.  
  32. You can use TLIB to create a .LIB file with all your 
  33. functions in it. 4.5 has extensive documentation on
  34. how TLIB works. Essentially you compile your code to 
  35. OBJ format, then run TLIB on it. Then you just link in 
  36. your .LIB file like any other library.
  37.  
  38. Scott
  39.